MindFusion.Wpf Pack Programmer's Guide
TreeMapLayoutExtensions.LayoutArea(T) Method
See Also
 





Sets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds.

Namespace: MindFusion.Diagramming.Wpf.Layout.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T LayoutArea<T> (
    T treeMapLayout,
    Nullable<Rect> value
) where T : TreeMapLayout

Visual Basic  Copy Code

Public Shared Function LayoutArea(Of T As TreeMapLayout) ( _
    treeMapLayout As T, _
    value As Nullable(Of Rect) _
) As T

 Parameters

treeMapLayout

value

 Return Value

 See Also

TreeMapLayoutExtensions Members
TreeMapLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace